Website powered by

Blender Rigging Toolset — Python

A rigging toolset that optimizes rigging production pipelines by creating complex data structures in one operation utilizing Python classes and dictionaries. Rigging artists can develop their rigs in larger steps building regularly occurring rig components, such as bones, armatures, and scenes, while having auxiliary data like bone collections and naming automatically applied. Tools are made to be interoperable between operations and scene assets, allowing the rigging artist to go back after construction to customize minute components or to work on multiple rigs in the same scene.

Construct Bone tool operating in Blender. Two bones are created on each rig in the scene, establishing naming and bone collections for each bone automatically, with the tool functioning between two rigs.

Construct Bone tool operating in Command Prompt terminal printing result of each process in tool operation. Mapping of Python instances is printed last.

Python script of Construct Bone function used in Blender operator, utilizing dictionary mapped Python classes.

Python script of Construct Bone function used in Blender operator, utilizing dictionary mapped Python classes.

Construct Rig tool operating in Blender. Three rigs are created in the scene, establishing naming, root bone, and bone collections for each rig automatically.

Construct Rig tool operating in Command Prompt terminal printing result of each process in tool operation. Mapping of Python instances is printed last.

Python script of Construct Rig function used in Blender operator, utilizing dictionary mapped Python classes.

Python script of Construct Rig function used in Blender operator, utilizing dictionary mapped Python classes.

Construct Scene tool operating in Blender. Three scenes are created, establishing naming and view layer for each scene automatically.

Construct Scene tool operating in Command Prompt terminal printing result of each process in tool operation. Mapping of Python instances is printed last.

Python script of Construct Scene function used in Blender operator, utilizing dictionary mapped Python classes.

Python script of Construct Scene function used in Blender operator, utilizing dictionary mapped Python classes.